Allow full-reload HMR events with a path#1155
Allow full-reload HMR events with a path#1155flacoshinobi wants to merge 1 commit intocrxjs:mainfrom
Conversation
Removes the filter that blocked 'full-reload' events when a path was specfied. This ensures all full-reload signals are forwarded to the content scripts, improving compatibility with Vite 7 and fixing cases where reloads were missed
|
|
hmm how about only implementing it only for vite7 then? I forgot what does it do and i remember fighting that filter in one of the e2e tests |
|
This update is also important for compatibility with Vite 8. You can see the specific change in the Vite source code here: If there are reasons not to allow all paths, we should at least check for both |
Removes the filter that blocked 'full-reload' events when a path was specfied. This ensures all full-reload signals are forwarded to the content scripts, improving compatibility with Vite 7+ and fixing cases where reloads were missed